link = new Array("More..","More..","More.."); n=Math.floor(Math.random() * 3); document.write(link[n]); //